You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
clMtxExpr Class
>
clMtxExpr Methods
>
NormC Method
>
clMtxExpr.NormC Method ([In] TOpenCLVector, [In] TOpenCLVector, bool)
Dew Math for .NET
clMtxExpr.NormC Method ([In] TOpenCLVector, [In] TOpenCLVector, bool)
clMtxExpr Class
clMtxExpr Members
Dew.Math.Units Namespace
NormC Method
Collapse All
Computes the C
Norm
between X and Y.
Syntax
C#
Visual Basic
public
static
double
NormC
([In]
TOpenCLVector
X
, [In]
TOpenCLVector
Y
,
bool
RelativeError
);
Public
static
Sub
NormC
(
X
As
[In]
TOpenCLVector
,
Y
As
[In]
TOpenCLVector
,
RelativeError
=
false
)
Remarks
Internally calls
clVector.NormC
Group
NormC Method
Links
clMtxExpr Class
,
clMtxExpr Members
,
Dew.Math.Units Namespace
,
NormC Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!